LEADTOOLS Medical (Leadtools.Dicom assembly)

AddUserInformation(Byte,Byte[]) Method

Show in webframe







Type of the User-defined item.
Buffer that contains the data for the User-defined item.
Appends a User-defined item to the DICOM Associate.
Syntax
public void AddUserInformation( 
   byte type,
   byte[] data
)
'Declaration
 
Public Overloads Sub AddUserInformation( _
   ByVal type As Byte, _
   ByVal data() As Byte _
) 
'Usage
 
Dim instance As DicomAssociate
Dim type As Byte
Dim data() As Byte
 
instance.AddUserInformation(type, data)
public void AddUserInformation( 
   byte type,
   byte[] data
)

            

            
 function Leadtools.Dicom.DicomAssociate.AddUserInformation(Byte,Byte[])( 
   type ,
   data 
)
public:
void AddUserInformation( 
   byte type,
   array<byte>^ data
) 

Parameters

type
Type of the User-defined item.
data
Buffer that contains the data for the User-defined item.
Remarks
User-defined items may be included in the DICOM Associate to provide any other data the user finds necessary when establishing a DICOM Associate connection. The basic structure of the User-defined item is

where the Type, Length and User Data are all determined by the user. The values shown are the lengths, in bytes, of the elements of the User-defined item.
Example
For an example, refer to IsRoleSelect.
Requirements

Target Platforms

See Also

Reference

DicomAssociate Class
DicomAssociate Members
Overload List
UserInformationCount Property
GetUserInformationType Method
GetUserInformationDataLength Method
GetUserInformationDataPtr Method
GetUserInformationData Method
SetUserInformation(Int32,Byte,IntPtr,Int32) Method
DeleteUserInformation Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features